home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
OTPLASMA.ZIP
/
make.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-06-20
|
136 b
|
12 lines
@echo off
tasm plasma.asm
if errorlevel 1 then goto end:
tlink /t plasma.obj
plasma.com
:end
del *.bak
del *.obj
del *.map